feat: 全站迁移至 UnUseDomain 品牌#4
Merged
Merged
Conversation
NextCandy
marked this pull request as ready for review
July 20, 2026 09:17
public/ 下 8 个图标由 1092×1092 透明原图确定性重新生成,分两组: - 透明底(unusedomain-logo 512、favicon 16/32/48、favicon.ico 含六档 PNG 条目)供页内品牌标与浏览器标签页; - 白底(apple-touch-icon 180、icon-192/512),因为 iOS 会把透明合成为黑色, 且 PWA 的 any maskable 用途要求不透明底并把内容收进 80% 直径的安全区。 标志先裁到包围盒再重设留白:原图 16.6% 的空白配合 object-fit: contain, 会让 30px 的页脚容器里标志只剩 20px。缩放在预乘 Alpha 空间做面积平均, 避免直通 Alpha 降采样从全透明像素渗出黑边。 README 与 DESIGN 同步新标志色值(左半 #3B3E47 / 右半 #233393)及生成规则, 并移除已失效的「一线成域」藏青加珊瑚红规范。 重建 22 张视觉基线。其中后台概览的差异包含既有的「近 7 天操作趋势图」日期 漂移:还原旧图标后该基线同样失败,与本次换标无关。 Co-Authored-By: Claude Opus 4.8 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
项目经历多轮迭代后,仓库、前台、后台、文档和生产配置仍残留 WanMi / 玩米等旧品牌标识,需要统一为 UnUseDomain,并启用 unusedomain.com 与新的品牌图标。
改动
验证
pnpm check:112 个单元/集成测试通过,类型检查、Lint、构建、D1 与无演示数据检查通过。部署
已先备份生产 D1,再应用
0026、0027迁移并部署 Cloudflare Worker;当前生产版本为8f893d88-1ad8-47d5-98dd-365337bff632。